Fully Qualified Name: | Laminas\Paginator\ScrollingStyle\Elastic |
Extends: | Sliding |
A Google-like scrolling style. Incrementally expands the range to about twice the given page range, then behaves like a slider. See the example link.
Name | Description | Defined By |
---|---|---|
getPages() | Returns an array of "local" pages given a page number and range. | Elastic |
Returns an array of "local" pages given a page number and range.
Parameter Name | Type | Description |
---|---|---|
$paginator | \Paginator | |
$pageRange | int | Unused |
Returns: array